Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These tests were failing because we renamed the setting
index.mapping.patterned_text.disable_templatingtoindex.mapping.pattern_text.disable_templating. The old node would create an index using the old name, then the new node would try to load the index with the old setting and throw an error because the old name was unrecognized.This is not an issue in production because the setting is gated behind a feature flag.
This patch adds a node feature representing the rename, then updates the rolling upgrade tests to only run if the rename is present on the old cluster as well.
Fixes #135338
Fixes #135344
Fixes #135312
Fixes #135316
Fixes #135319
Fixes #135327
Fixes #135320
Fixes #135315
Fixes #135314
Fixes #135237
Fixes #135324
Fixes #135325
Fixes #135238
Fixes #135313